home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / phpMyAdmin / tbl_properties.php < prev    next >
PHP Script  |  2004-10-20  |  682b  |  38 lines

  1. <?php
  2. /* $Id: tbl_properties.php,v 2.4 2004/10/21 10:18:12 nijel Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5.  
  6. /**
  7.  * Runs common work
  8.  */
  9. require('./tbl_properties_common.php');
  10. $err_url   = 'tbl_properties.php' . $err_url;
  11. $url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
  12.  
  13. /**
  14.  * Get table information
  15.  */
  16. require('./tbl_properties_table_info.php');
  17.  
  18. /**
  19.  * Displays top menu links
  20.  */
  21. require('./tbl_properties_links.php');
  22.  
  23. ?>
  24. <!-- TABLE WORK -->
  25. <?php
  26. /**
  27.  * Query box, bookmark, insert data from textfile
  28.  */
  29. $goto = 'tbl_properties.php';
  30. require('./tbl_query_box.php');
  31.  
  32. /**
  33.  * Displays the footer
  34.  */
  35. echo "\n";
  36. require_once('./footer.inc.php');
  37. ?>
  38.